Implement normalised http routes - #4101
Draft
estringana wants to merge 5 commits into
Draft
Conversation
Contributor
Snapshots difference summaryThe following differences have been observed in committed snapshots. It is meant to help the reviewer. If you need to update snapshots, please refer to CONTRIBUTING.md 1 occurrences of : - "http.status_code": "201"
+ "_dd.appsec.normalized_route": "/health_check/ping"
+ "_dd.appsec.normalized_route": "/parameterized/{param1}"
+ "_dd.appsec.normalized_route": "/simple"
+ "_dd.appsec.normalized_route": "/does_not_exist"
+ "_dd.appsec.normalized_route": "/does_not_exist"
+ "_dd.appsec.normalized_route": "/error"
+ "_dd.appsec.normalized_route": "/error"
+ "_dd.appsec.normalized_route": "/simple_view"
+ "_dd.appsec.normalized_route": "/exits"
+ "_dd.appsec.normalized_route": "/datadog-rest-service"
+ "http.status_code": "200"
1 occurrences of : - "http.status_code": "405"
+ "_dd.appsec.normalized_route": "/datadog-rest-service/{datadog_rest_service_id}"
+ "http.status_code": "200"
1 occurrences of : - "error.message": "Uncaught Error (500): Attempt to assign property \"b\" on null in {path}/tests/Frameworks/Laminas/ApiTools/Latest/module/DatadogApi/src/V1/Rest/DatadogRestService/DatadogRestServiceResource.php:55"
+ "error.message": "Uncaught Error: Attempt to assign property \"b\" on null in {path}/tests/Frameworks/Laminas/ApiTools/Latest/module/DatadogApi/src/V1/Rest/DatadogRestService/DatadogRestServiceResource.php:55"
1 occurrences of : - "http.status_code": "500"
+ "_dd.appsec.normalized_route": "/datadog-rest-service/{datadog_rest_service_id}"
+ "http.status_code": "200"
2 occurrences of : - "error.message": "Thrown Error (500): Attempt to assign property \"b\" on null in {path}/tests/Frameworks/Laminas/ApiTools/Latest/module/DatadogApi/src/V1/Rest/DatadogRestService/DatadogRestServiceResource.php:55"
+ "error.message": "Thrown Error: Attempt to assign property \"b\" on null in {path}/tests/Frameworks/Laminas/ApiTools/Latest/module/DatadogApi/src/V1/Rest/DatadogRestService/DatadogRestServiceResource.php:55"
|
|
Add missing Tag::APPSEC_NORMALIZED_ROUTE assertions to: - Symfony TraceSearchConfigTest (V4_4, V5_0, V5_1, V5_2, V6_2) - Laravel TraceSearchConfigTest (V4, V5_7, V5_8, V8_x) - Laravel V8_x RouteCachingTest and InternalExceptionsTest - Laravel Octane CommonScenariosTest - Yii ParameterizedRouteTest, ModuleTest, LazyLoadingIntegrationsFromYiiTest - CodeIgniter ExitTest and NoCI_ControllertTest - Fix UserAvailableConstantsTest tag ordering (APPSEC_NORMALIZED_ROUTE must appear after HTTP_ROUTE to match Tag.php declaration order) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
estringana
force-pushed
the
estringana/normalise-http-route
branch
from
August 13, 2026 09:21
558693d to
a3bd92e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Reviewer checklist